You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVecInt Class > TVecInt Methods > Median Method > TVecInt.Median Method ([In] TMtxVecInt, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVecInt.Median Method ([In] TMtxVecInt, int)

Applies median filter with size Mask to data in Src and stores the result in the calling vector.

Syntax
C#
Visual Basic
public TVecInt Median([In] TMtxVecInt Src, int MaskSize);

Median filter is a nonlinear filter which replaces each element of the calling vector with the median value, calculated over the fixed range (mask) centered around that element and stores the result in the calling vector.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!